/* 各名称・数値はIndesignで自動で表記されるため数値関係は微調整すること */
/* 各ページで手動でこのCSSを追記すること */
/* <link rel="stylesheet" href="該当ページフォルダ名\css\idGeneratedStyles.css"> */

/* フォント関連個別設定 */
p.ParaOverride-1 {
	margin-bottom:0px;
}
p.ParaOverride-2 {
	margin-left:30px;
	text-indent:-20px;
}
p.ParaOverride-3 {
	margin-left:34px;
	text-indent:-11px;
}
p.ParaOverride-4 {
	page-break-before:always;
}
p.ParaOverride-5 {
	margin-top:50px;
	margin-bottom:50px;
	margin-left:31px;
	text-align:left;
}
p.ParaOverride-6 {
	margin-left:43px;
}
p.ParaOverride-7 {
	margin-left:28px;
	text-align:left;
}
p.ParaOverride-8 {
	margin-bottom:3px;
	page-break-before:always;
}
p.ParaOverride-9 {
	margin-bottom:0px;
	margin-left:51px;
	margin-top:0px;
	text-align:left;
}
p.ParaOverride-10 {
	margin-bottom:0px;
	margin-left:51px;
	text-align:left;
}
span.CharOverride-1 {
	margin-left:34px;
	font-style:normal;
	font-weight:normal;
}

/* パソコン向け画像サイズ */
img._idGenObjectAttribute-1 {
	height:89px;
	width:89px;
}
img._idGenObjectAttribute-2 {
	margin-top:20px;
	margin-bottom:20px;
	width:400px;
}
img._idGenObjectAttribute-3 {
	height:22px;
	width:46px;
}
img._idGenObjectAttribute-4 {
	margin-top:20px;
	margin-bottom:20px;
	width:500px;
}
img._idGenObjectAttribute-5 {
	margin-top:20px;
	margin-bottom:20px;
	width:580px;
}
img._idGenObjectAttribute-6 {
	margin-top:20px;
	margin-bottom:20px;
	width:500px;
}
img._idGenObjectAttribute-7 {
	margin-top:20px;
	margin-bottom:20px;
	width:550px;
}

/* スマホ向け（最大幅 700px） 画像サイズ調整 inGeneratedStyles02から影響あり*/
/* サイズの大きな画像を700px用に調整すること */
@media screen and (max-width: 700px) {
	img._idGenObjectAttribute-2,
	img._idGenObjectAttribute-4,
	img._idGenObjectAttribute-5,
	img._idGenObjectAttribute-6,
	img._idGenObjectAttribute-7 {
    width: 100% !important;
    height: auto !important;
	}
}
 
